home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON06 / ACT06A / L06A2.dir / scripts.cst_1_Main Scripts.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  153 b   |  13 lines

  1. on startMovie
  2.   startLib()
  3. end
  4.  
  5. on stopMovie
  6.   stopLib()
  7. end
  8.  
  9. on initActivity
  10.   initActivityLib(#SinglePointStick)
  11.   initializeRound([#playControl])
  12. end
  13.